﻿2026-07-17T03:04:23.4945584Z ##[group]Run actions/checkout@v5
2026-07-17T03:04:23.4946307Z with:
2026-07-17T03:04:23.4946643Z   fetch-depth: 2
2026-07-17T03:04:23.4947019Z   repository: BigscreenVR/spt-bs-core
2026-07-17T03:04:23.4950016Z   token: ***
2026-07-17T03:04:23.4950365Z   ssh-strict: true
2026-07-17T03:04:23.4950712Z   ssh-user: git
2026-07-17T03:04:23.4951069Z   persist-credentials: true
2026-07-17T03:04:23.4951469Z   clean: true
2026-07-17T03:04:23.4951817Z   sparse-checkout-cone-mode: true
2026-07-17T03:04:23.4952224Z   fetch-tags: false
2026-07-17T03:04:23.4952573Z   show-progress: true
2026-07-17T03:04:23.4952922Z   lfs: false
2026-07-17T03:04:23.4953246Z   submodules: false
2026-07-17T03:04:23.4953607Z   set-safe-directory: true
2026-07-17T03:04:23.4954233Z ##[endgroup]
2026-07-17T03:04:23.5825633Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-17T03:04:23.5827161Z ##[group]Getting Git version info
2026-07-17T03:04:23.5827809Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-17T03:04:23.5828706Z [command]/usr/bin/git version
2026-07-17T03:04:23.5829226Z git version 2.43.0
2026-07-17T03:04:23.5878195Z ##[endgroup]
2026-07-17T03:04:23.5889073Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/37118d18-bc80-44d0-9c24-c715a311d8e5' before making global git config changes
2026-07-17T03:04:23.5890188Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T03:04:23.5892158Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-17T03:04:23.5922373Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-17T03:04:23.5940840Z https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:04:23.5950575Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-17T03:04:23.5952919Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-17T03:04:23.5976414Z refs/heads/main
2026-07-17T03:04:23.5982246Z [command]/usr/bin/git checkout --detach
2026-07-17T03:04:23.6178517Z HEAD is now at 8d5dcab Merge pull request #18 from BigscreenVR/build/redispatch-stall-w1
2026-07-17T03:04:23.6212889Z [command]/usr/bin/git branch --delete --force main
2026-07-17T03:04:23.6237126Z Deleted branch main (was 8d5dcab).
2026-07-17T03:04:23.6483540Z ##[endgroup]
2026-07-17T03:04:23.6486748Z [command]/usr/bin/git submodule status
2026-07-17T03:04:23.6682945Z ##[group]Cleaning the repository
2026-07-17T03:04:23.6685612Z [command]/usr/bin/git clean -ffdx
2026-07-17T03:04:26.4106108Z Removing target/
2026-07-17T03:04:26.4116323Z [command]/usr/bin/git reset --hard HEAD
2026-07-17T03:04:26.4241863Z HEAD is now at 8d5dcab Merge pull request #18 from BigscreenVR/build/redispatch-stall-w1
2026-07-17T03:04:26.4246548Z ##[endgroup]
2026-07-17T03:04:26.4247970Z ##[group]Disabling automatic garbage collection
2026-07-17T03:04:26.4253315Z [command]/usr/bin/git config --local gc.auto 0
2026-07-17T03:04:26.4276878Z ##[endgroup]
2026-07-17T03:04:26.4277363Z ##[group]Setting up auth
2026-07-17T03:04:26.4283087Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-17T03:04:26.4306173Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-17T03:04:26.4491505Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T03:04:26.4513918Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-17T03:04:26.4697391Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T03:04:26.4722303Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-17T03:04:26.4910872Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-17T03:04:26.4941384Z ##[endgroup]
2026-07-17T03:04:26.4941956Z ##[group]Fetching the repository
2026-07-17T03:04:26.4947293Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +0c7025338db716a5ed9cc4ceaa8d85dd04a38840:refs/remotes/origin/main
2026-07-17T03:04:27.0145856Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:04:27.0147064Z    8d5dcab..0c70253  0c7025338db716a5ed9cc4ceaa8d85dd04a38840 -> origin/main
2026-07-17T03:04:27.0174354Z ##[endgroup]
2026-07-17T03:04:27.0174855Z ##[group]Determining the checkout info
2026-07-17T03:04:27.0176300Z ##[endgroup]
2026-07-17T03:04:27.0179875Z [command]/usr/bin/git sparse-checkout disable
2026-07-17T03:04:27.0217455Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-17T03:04:27.0240181Z ##[group]Checking out the ref
2026-07-17T03:04:27.0242810Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-17T03:04:27.0321024Z Previous HEAD position was 8d5dcab Merge pull request #18 from BigscreenVR/build/redispatch-stall-w1
2026-07-17T03:04:27.0327058Z Switched to a new branch 'main'
2026-07-17T03:04:27.0327483Z branch 'main' set up to track 'origin/main'.
2026-07-17T03:04:27.0364083Z ##[endgroup]
2026-07-17T03:04:27.0365783Z [command]/usr/bin/git log -1 --format=%H
2026-07-17T03:04:27.0385938Z 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
